From 3ce3cafc930e539877ab38d02205e05f35f096b6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Jun 2005 04:24:30 +0000 Subject: [PATCH] Additions. 2005-06-10 Matthias Clasen * gtk/tmpl/gtkmenubar.sgml: * gtk/tmpl/gtkimage.sgml: * gtk/tmpl/gtkfontsel.sgml: * gtk/tmpl/gtkbbox.sgml: * gtk/tmpl/gtkadjustment.sgml: * gtk/tmpl/gtkaccelgroup.sgml: * gtk/tmpl/gtkaboutdialog.sgml: Additions. --- docs/reference/ChangeLog | 10 +++ docs/reference/gtk/tmpl/gtkaboutdialog.sgml | 7 +- docs/reference/gtk/tmpl/gtkaccelgroup.sgml | 5 +- docs/reference/gtk/tmpl/gtkadjustment.sgml | 7 +- docs/reference/gtk/tmpl/gtkbbox.sgml | 14 ++-- docs/reference/gtk/tmpl/gtkfontsel.sgml | 5 +- docs/reference/gtk/tmpl/gtkimage.sgml | 11 +-- docs/reference/gtk/tmpl/gtkmenubar.sgml | 75 +++++++++++++++++---- 8 files changed, 105 insertions(+), 29 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 919e3b33f4..218aa8fb14 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,13 @@ +2005-06-10 Matthias Clasen + + * gtk/tmpl/gtkmenubar.sgml: + * gtk/tmpl/gtkimage.sgml: + * gtk/tmpl/gtkfontsel.sgml: + * gtk/tmpl/gtkbbox.sgml: + * gtk/tmpl/gtkadjustment.sgml: + * gtk/tmpl/gtkaccelgroup.sgml: + * gtk/tmpl/gtkaboutdialog.sgml: Additions. + 2005-06-09 Matthias Clasen * gdk-pixbuf/gdk-pixbuf-sections.txt: Add some symbols. diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml index ec46584f43..2c56e95f57 100644 --- a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml @@ -34,6 +34,9 @@ and keeps it around so that it can be shown again. #GTK_STOCK_ABOUT + + + The GtkAboutDialog struct contains @@ -361,7 +364,9 @@ link is activated. @about: the #GtkAboutDialog in which the link was activated @link: the URL or email address to whiche the activated link points -@data: +@data: user data that was passed when the function was registered + with gtk_about_dialog_set_email_hook() or + gtk_about_dialog_set_url_hook() diff --git a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml index 3e207a6468..a88ebe5cbc 100644 --- a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml +++ b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml @@ -31,6 +31,9 @@ gtk_window_add_accel_group(), gtk_accel_map_change_entry(), gtk_item_factory_new(), gtk_label_new_with_mnemonic() + + + An object representing and maintaining a group of accelerators. @@ -71,7 +74,7 @@ An object representing and maintaining a group of accelerators. Deprecated equivalent of g_object_ref(). -@Returns: +@Returns: the accel group that was passed in diff --git a/docs/reference/gtk/tmpl/gtkadjustment.sgml b/docs/reference/gtk/tmpl/gtkadjustment.sgml index 7ca6db9fff..fef4104521 100644 --- a/docs/reference/gtk/tmpl/gtkadjustment.sgml +++ b/docs/reference/gtk/tmpl/gtkadjustment.sgml @@ -28,6 +28,9 @@ after changing the value and its bounds. This results in the emission of the + + + The #GtkAdjustment-struct struct contains the following fields. @@ -185,7 +188,7 @@ This is typically called by the owner of the #GtkAdjustment after it has changed any of the #GtkAdjustment fields other than the value. -@adjustment: +@adjustment: a #GtkAdjustment @@ -195,6 +198,6 @@ This is typically called by the owner of the #GtkAdjustment after it has changed the #GtkAdjustment value field. -@adjustment: +@adjustment: a #GtkAdjustment diff --git a/docs/reference/gtk/tmpl/gtkbbox.sgml b/docs/reference/gtk/tmpl/gtkbbox.sgml index 19d6dc39cb..4037e3b158 100644 --- a/docs/reference/gtk/tmpl/gtkbbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbbox.sgml @@ -48,6 +48,9 @@ behaves as if homogeneous was %TRUE. + + + This is a read-only struct; no members should be modified directly. @@ -96,10 +99,8 @@ Used internally only. Retrieves how much space a button box is placing between each child button. -@b: +@b: a #GtkButtonBox @Returns: the current spacing applied to the buttons in @widget. - -@widget: a #GtkButtonBox. @@ -151,11 +152,8 @@ Gets the default number of pixels that pad the buttons in a given button box. Sets the amount of spacing between buttons in a given button box. -@b: -@s: - -@widget: a #GtkButtonBox. -@spacing: the number of pixels of spacing. +@b: a #GtkButtonBox. +@s: the number of pixels of spacing. diff --git a/docs/reference/gtk/tmpl/gtkfontsel.sgml b/docs/reference/gtk/tmpl/gtkfontsel.sgml index 7847656ada..7c8393f721 100644 --- a/docs/reference/gtk/tmpl/gtkfontsel.sgml +++ b/docs/reference/gtk/tmpl/gtkfontsel.sgml @@ -36,6 +36,9 @@ gtk_font_selection_set_preview_text(). + + + The #GtkFontSelection struct contains private data only, and should @@ -81,7 +84,7 @@ Gets the currently-selected font name. @fontsel: a #GtkFontSelection. -@Returns: +@Returns: the currently-selected font name diff --git a/docs/reference/gtk/tmpl/gtkimage.sgml b/docs/reference/gtk/tmpl/gtkimage.sgml index b4361f9610..629de6b558 100644 --- a/docs/reference/gtk/tmpl/gtkimage.sgml +++ b/docs/reference/gtk/tmpl/gtkimage.sgml @@ -101,6 +101,9 @@ gdk_pixbuf_new_from_inline(). #GdkPixbuf + + + This struct contain private data only and should be accessed by the functions @@ -435,8 +438,8 @@ functions), but they will all return %NULL values. Sets the #GtkImage. -@image: a #GdkPixmap -@val: +@image: a #GtkImage +@val: a #GdkImage @mask: a #GdkBitmap that indicates which parts of the image should be transparent. @@ -445,8 +448,8 @@ Sets the #GtkImage. Gets the #GtkImage. -@image: a #GdkPixmap -@val: +@image: a #GtkImage +@val: return location for a #GdkImage @mask: a #GdkBitmap that indicates which parts of the image should be transparent. diff --git a/docs/reference/gtk/tmpl/gtkmenubar.sgml b/docs/reference/gtk/tmpl/gtkmenubar.sgml index fca557f76a..40063f6a9f 100644 --- a/docs/reference/gtk/tmpl/gtkmenubar.sgml +++ b/docs/reference/gtk/tmpl/gtkmenubar.sgml @@ -14,12 +14,25 @@ The #GtkMenuBar is a subclass of #GtkMenuShell which contains one to many #GtkMe #GtkMenuShell, #GtkMenu, #GtkMenuItem + + + The #GtkMenuBar struct contains the following fields. (These fields should be considered read-only. They should never be set by an application.) + + + + + + + + + + @@ -43,10 +56,8 @@ Creates the new #GtkMenuBar Adds a new #GtkMenuItem to the end of the GtkMenuBar -@menu: +@menu: a #GtkMenuBar @child: the #GtkMenuItem to add - -@menu_bar: a #GtkMenuBar @@ -54,11 +65,8 @@ Adds a new #GtkMenuItem to the end of the GtkMenuBar Adds a new #GtkMenuItem to the beginning of the GtkMenuBar -@menu: +@menu: a #GtkMenuBar @child: the #GtkMenuItem to add - -@menu_child: -@menu_bar: a #GtkMenuBar @@ -66,11 +74,54 @@ Adds a new #GtkMenuItem to the beginning of the GtkMenuBar Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position -@menu: +@menu: a #GtkMenuBar @child: the #GtkMenuItem to add -@pos: - -@menu_bar: a #GtkMenuBar -@position: the position in the item list where the @child is added. +@pos: the position in the item list where the @child is added. + + + + + + + +@GTK_PACK_DIRECTION_LTR: +@GTK_PACK_DIRECTION_RTL: +@GTK_PACK_DIRECTION_TTB: +@GTK_PACK_DIRECTION_BTT: + + + + + + +@menubar: +@pack_dir: + + + + + + + +@menubar: +@Returns: + + + + + + + +@menubar: +@child_pack_dir: + + + + + + + +@menubar: +@Returns: -- 2.30.2